home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PLayAdjOpts.h ----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:29 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PLayAdjOpts__
- #define __PLayAdjOpts__
-
-
- #include "PMCommands.h"
- #include "PMTypes.h"
-
- class PLayAdjOpts
- {
-
- public:
-
- PLayAdjOpts(
- long mSnapToZone,
- PMBool bResizeOK,
- PMBool bIgnoreLocks,
- PMBool bIgnoreGuides,
- PMBool bMoveGuides,
- PMBool bKeepGuidesAligned
- );
-
- private:
-
- PLayAdjOpts();
- };
-
- #endif
-
- // end of PLayAdjOpts.h
-